home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / scrpt261.lha / scriptfile261 / remove_old_files < prev    next >
Text File  |  1995-07-17  |  566b  |  20 lines

  1. (message "Run this script, if you update\nan older Version of ScriptFile!")
  2. (delete "s:def_sf.info"
  3.         (prompt "Deleting s:def_sf.info")
  4.         (help "The new Version installs def_sf.info\nin env:! This will raise the performance.")
  5.         (confirm)
  6. )
  7. (complete 50)
  8. (delete "s:sf.prefs"
  9.         (prompt "s:sf.prefs HAS TO be deleted!\n(Read the help)")
  10.         (help "The format of the\nscriptfile-prefs-file\nchanged.\n\nThe use of the old\nfile can crash your\ncomputer!")
  11.         (confirm)
  12. )
  13. (
  14. complete 100
  15. )
  16. (message
  17. "The old files have been deleted!"
  18. )
  19.  
  20.